home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 70 / Cine Live 70.iso / pc / Data / Interface / e10.k < prev    next >
Encoding:
Text File  |  2003-06-02  |  24.8 KB  |  1,200 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$000002CE,$00000064,$000002C4,$00000369,$00000000,$FFFFFF37,$00000000,$00000000};
  6.         LayoutWindow is {$0000004D,$00000097,$000002BB,$0000027A,$00000000,$00000009,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol129,
  43.         ol130,
  44.         ol140,
  45.         oBouton_Fiche31,
  46.         oBouton_Imprimer32,
  47.         oBouton_Sommaire33,
  48.         oBouton_Photos34,
  49.         oBouton_Vid_o35,
  50.         oFiche_Technique36,
  51.         oTexte_RTF37,
  52.         ovid_o38,
  53.         oglobal39
  54.     ];
  55.     Events is [
  56.         cOffscreenEvent
  57.         with 
  58.             Commands is [
  59.                 cPixelTool_IfSystemCommand
  60.                 with Flags is $00000004; 
  61.                     Commands is [
  62.                         cSwitchURLCommand
  63.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s10m.jpg"; end,
  64.                         cDragCommand
  65.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  66.                         cGrowCommand
  67.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  68.                         cShowCommand
  69.                         with Flags is $00000004; Target is ovid_o38; end,
  70.                         cEnableCommand
  71.                         with Flags is $00000004; Target is ovid_o38; end,
  72.                         cRunCommand
  73.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  74.                     ];
  75.                 end,
  76.                 cPixelTool_IfSystemCommand
  77.                 with Flags is $00000004; SetMode is IsWinTest; 
  78.                     Commands is [
  79.                         cDragCommand
  80.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  81.                         cGrowCommand
  82.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  83.                         cShowCommand
  84.                         with Flags is $00000004; Target is ovid_o38; end,
  85.                         cEnableCommand
  86.                         with Flags is $00000004; Target is ovid_o38; end,
  87.                         cRunCommand
  88.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  89.                     ];
  90.                 end
  91.             ];
  92.         end,
  93.         cKeyboardEvent
  94.         with Flags is $00000004; Test is IsSpace; 
  95.             Commands is [
  96.                 cRunCommand
  97.                 with Flags is $00000004; Target is ovid_o38; Mode is Toggle; end
  98.             ];
  99.         end,
  100.         cKeyboardEvent
  101.         with Value is "+"; 
  102.             Commands is [
  103.                 cSetVolumeCommand
  104.                 with Mode is ExecuteHigher; end
  105.             ];
  106.         end,
  107.         cKeyboardEvent
  108.         with Value is "-"; 
  109.             Commands is [
  110.                 cSetVolumeCommand
  111.                 with Flags is $00000004; Mode is ExecuteLower; end
  112.             ];
  113.         end,
  114.         cKeyboardEvent
  115.         with Value is "m"; 
  116.             Commands is [
  117.                 cRunCommand
  118.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  119.             ];
  120.         end
  121.     ];
  122. end;
  123.  
  124. object oFond2 is cImage
  125. with 
  126.     Flags is $00000150; 
  127.     Name is "Fond"; 
  128.     Enabled is false; Cursor is oEmptyCursor; 
  129.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  130.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  131.     
  132.     URL is "../Images/s10p.jpg"; 
  133.     
  134.     
  135.     Events is [
  136.         cOnscreenEvent
  137.         with Flags is $00000004; 
  138.             Commands is [
  139.                 cTokenCommand
  140.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  141.             ];
  142.         end
  143.     ];
  144. end;
  145.  
  146. object ob13 is cImage
  147. with 
  148.     Name is "b1"; 
  149.     Enabled is false; Shown is false; 
  150.     X is -21; Y is 148; 
  151.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  152.     
  153.     URL is "../Images/BOUTONV2.psd"; 
  154.     Bitmapped is false; Mode is 260; 
  155.     
  156. end;
  157.  
  158. object ob24 is cImage
  159. with 
  160.     Name is "b2"; 
  161.     Enabled is false; Shown is false; 
  162.     X is -21; Y is 180; 
  163.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  164.     
  165.     URL is "../Images/BOUTONV2.psd"; 
  166.     Mode is 260; 
  167.     
  168. end;
  169.  
  170. object ob35 is cImage
  171. with 
  172.     Name is "b3"; 
  173.     Enabled is false; Shown is false; 
  174.     X is -21; Y is 211; 
  175.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  176.     
  177.     URL is "../Images/BOUTONV2.psd"; 
  178.     Mode is 260; 
  179.     
  180. end;
  181.  
  182. object ob46 is cImage
  183. with 
  184.     Name is "b4"; 
  185.     Enabled is false; Shown is false; 
  186.     X is -21; Y is 235; 
  187.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  188.     
  189.     URL is "../Images/BOUTONV2.psd"; 
  190.     Mode is 260; 
  191.     
  192. end;
  193.  
  194. object ob57 is cImage
  195. with 
  196.     Name is "b5"; 
  197.     Enabled is false; Shown is false; 
  198.     X is -21; Y is 261; 
  199.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  200.     
  201.     URL is "../Images/BOUTONV2.psd"; 
  202.     Mode is 260; 
  203.     
  204. end;
  205.  
  206. object ob68 is cImage
  207. with 
  208.     Name is "b6"; 
  209.     Enabled is false; Shown is false; 
  210.     X is -21; Y is 286; 
  211.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  212.     
  213.     URL is "../Images/BOUTONV2.psd"; 
  214.     Mode is 260; 
  215.     
  216. end;
  217.  
  218. object ob79 is cImage
  219. with 
  220.     Name is "b7"; 
  221.     Enabled is false; Shown is false; 
  222.     X is -21; Y is 312; 
  223.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  224.     
  225.     URL is "../Images/BOUTONV2.psd"; 
  226.     Mode is 260; 
  227.     
  228. end;
  229.  
  230. object ob810 is cImage
  231. with 
  232.     Name is "b8"; 
  233.     Enabled is false; Shown is false; 
  234.     X is -21; Y is 337; 
  235.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  236.     
  237.     URL is "../Images/BOUTONV2.psd"; 
  238.     Mode is 260; 
  239.     
  240. end;
  241.  
  242. object ob911 is cImage
  243. with 
  244.     Name is "b9"; 
  245.     Enabled is false; Shown is false; 
  246.     X is -21; Y is 362; 
  247.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  248.     
  249.     URL is "../Images/BOUTONV2.psd"; 
  250.     Mode is 260; 
  251.     
  252. end;
  253.  
  254. object ob1012 is cImage
  255. with 
  256.     Name is "b10"; 
  257.     Enabled is false; Shown is false; 
  258.     X is -21; Y is 387; 
  259.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  260.     
  261.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  262.     Mode is 260; 
  263.     
  264. end;
  265.  
  266. object ob1113 is cImage
  267. with 
  268.     Name is "b11"; 
  269.     Enabled is false; Shown is false; 
  270.     X is -21; Y is 412; 
  271.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  272.     
  273.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  274.     Mode is 260; 
  275.     
  276. end;
  277.  
  278. object ob1214 is cImage
  279. with 
  280.     Name is "b12"; 
  281.     Enabled is false; Shown is false; 
  282.     X is -21; Y is 449; 
  283.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  284.     
  285.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  286.     Mode is 260; 
  287.     
  288. end;
  289.  
  290. object of115 is cBox
  291. with 
  292.     Name is "f1"; 
  293.     Cursor is oFingerCursor; 
  294.     X is -1; Y is 164; 
  295.     Width is 162; Height is 27; 
  296.     
  297.     
  298.     Events is [
  299.         cMouseEnterEvent
  300.         with Flags is $00000004; 
  301.             Commands is [
  302.                 cShowCommand
  303.                 with Flags is $00000004; Target is ob13; end
  304.             ];
  305.         end,
  306.         cMouseLeaveEvent
  307.         with Flags is $00000004; 
  308.             Commands is [
  309.                 cShowCommand
  310.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  311.             ];
  312.         end,
  313.         cMouseUpEvent
  314.         with Flags is $00000004; Flag is true; 
  315.             Commands is [
  316.                 cBrowseCommand
  317.                 with Flags is $00000004; URL is "e1.k"; end
  318.             ];
  319.         end
  320.     ];
  321. end;
  322.  
  323. object of216 is cBox
  324. with 
  325.     Name is "f2"; 
  326.     Cursor is oFingerCursor; 
  327.     Y is 192; 
  328.     Width is 161; Height is 30; 
  329.     
  330.     
  331.     Events is [
  332.         cMouseEnterEvent
  333.         with 
  334.             Commands is [
  335.                 cShowCommand
  336.                 with Target is ob24; end
  337.             ];
  338.         end,
  339.         cMouseLeaveEvent
  340.         with 
  341.             Commands is [
  342.                 cShowCommand
  343.                 with Target is ob24; Mode is Clear; end
  344.             ];
  345.         end,
  346.         cMouseUpEvent
  347.         with Flag is true; 
  348.             Commands is [
  349.                 cBrowseCommand
  350.                 with URL is "e2.k"; end
  351.             ];
  352.         end
  353.     ];
  354. end;
  355.  
  356. object of317 is cBox
  357. with 
  358.     Flags is $00000150; 
  359.     Name is "f3"; 
  360.     Cursor is oFingerCursor; 
  361.     Y is 226; 
  362.     Width is 166; Height is 25; 
  363.     
  364.     
  365.     Events is [
  366.         cMouseEnterEvent
  367.         with Flags is $00000004; 
  368.             Commands is [
  369.                 cShowCommand
  370.                 with Flags is $00000004; Target is ob35; end
  371.             ];
  372.         end,
  373.         cMouseLeaveEvent
  374.         with Flags is $00000004; 
  375.             Commands is [
  376.                 cShowCommand
  377.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  378.             ];
  379.         end,
  380.         cMouseUpEvent
  381.         with Flags is $00000004; Flag is true; 
  382.             Commands is [
  383.                 cBrowseCommand
  384.                 with Flags is $00000004; URL is "e3.k"; end
  385.             ];
  386.         end
  387.     ];
  388. end;
  389.  
  390. object of418 is cBox
  391. with 
  392.     Name is "f4"; 
  393.     Cursor is oFingerCursor; 
  394.     Y is 249; 
  395.     Width is 159; Height is 28; 
  396.     
  397.     
  398.     Events is [
  399.         cMouseEnterEvent
  400.         with 
  401.             Commands is [
  402.                 cShowCommand
  403.                 with Target is ob46; end
  404.             ];
  405.         end,
  406.         cMouseLeaveEvent
  407.         with 
  408.             Commands is [
  409.                 cShowCommand
  410.                 with Target is ob46; Mode is Clear; end
  411.             ];
  412.         end,
  413.         cMouseUpEvent
  414.         with Flag is true; 
  415.             Commands is [
  416.                 cBrowseCommand
  417.                 with URL is "e4.k"; end
  418.             ];
  419.         end
  420.     ];
  421. end;
  422.  
  423. object of519 is cBox
  424. with 
  425.     Name is "f5"; 
  426.     Cursor is oFingerCursor; 
  427.     Y is 276; 
  428.     Width is 162; Height is 26; 
  429.     
  430.     
  431.     Events is [
  432.         cMouseEnterEvent
  433.         with 
  434.             Commands is [
  435.                 cShowCommand
  436.                 with Target is ob57; end
  437.             ];
  438.         end,
  439.         cMouseLeaveEvent
  440.         with 
  441.             Commands is [
  442.                 cShowCommand
  443.                 with Target is ob57; Mode is Clear; end
  444.             ];
  445.         end,
  446.         cMouseUpEvent
  447.         with Flag is true; 
  448.             Commands is [
  449.                 cBrowseCommand
  450.                 with URL is "e5.k"; end
  451.             ];
  452.         end
  453.     ];
  454. end;
  455.  
  456. object of620 is cBox
  457. with 
  458.     Flags is $00000150; 
  459.     Name is "f6"; 
  460.     Cursor is oFingerCursor; 
  461.     Y is 302; 
  462.     Width is 161; Height is 26; 
  463.     
  464.     
  465.     Events is [
  466.         cMouseEnterEvent
  467.         with Flags is $00000004; 
  468.             Commands is [
  469.                 cShowCommand
  470.                 with Flags is $00000004; Target is ob68; end
  471.             ];
  472.         end,
  473.         cMouseLeaveEvent
  474.         with Flags is $00000004; 
  475.             Commands is [
  476.                 cShowCommand
  477.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  478.             ];
  479.         end,
  480.         cMouseUpEvent
  481.         with Flags is $00000004; Flag is true; 
  482.             Commands is [
  483.                 cBrowseCommand
  484.                 with Flags is $00000004; URL is "e6.k"; end
  485.             ];
  486.         end
  487.     ];
  488. end;
  489.  
  490. object of721 is cBox
  491. with 
  492.     Name is "f7"; 
  493.     Cursor is oFingerCursor; 
  494.     X is -1; Y is 326; 
  495.     Width is 163; Height is 28; 
  496.     
  497.     
  498.     Events is [
  499.         cMouseEnterEvent
  500.         with 
  501.             Commands is [
  502.                 cShowCommand
  503.                 with Target is ob79; end
  504.             ];
  505.         end,
  506.         cMouseLeaveEvent
  507.         with 
  508.             Commands is [
  509.                 cShowCommand
  510.                 with Target is ob79; Mode is Clear; end
  511.             ];
  512.         end,
  513.         cMouseUpEvent
  514.         with Flag is true; 
  515.             Commands is [
  516.                 cBrowseCommand
  517.                 with URL is "e7.k"; end
  518.             ];
  519.         end
  520.     ];
  521. end;
  522.  
  523. object of822 is cBox
  524. with 
  525.     Name is "f8"; 
  526.     Cursor is oFingerCursor; 
  527.     Y is 350; 
  528.     Width is 158; Height is 27; 
  529.     
  530.     
  531.     Events is [
  532.         cMouseEnterEvent
  533.         with 
  534.             Commands is [
  535.                 cShowCommand
  536.                 with Target is ob810; end
  537.             ];
  538.         end,
  539.         cMouseLeaveEvent
  540.         with 
  541.             Commands is [
  542.                 cShowCommand
  543.                 with Target is ob810; Mode is Clear; end
  544.             ];
  545.         end,
  546.         cMouseUpEvent
  547.         with Flag is true; 
  548.             Commands is [
  549.                 cBrowseCommand
  550.                 with URL is "e8.k"; end
  551.             ];
  552.         end
  553.     ];
  554. end;
  555.  
  556. object of923 is cBox
  557. with 
  558.     Flags is $00000150; 
  559.     Name is "f9"; 
  560.     Cursor is oFingerCursor; 
  561.     Y is 376; 
  562.     Width is 159; Height is 26; 
  563.     
  564.     
  565.     Events is [
  566.         cMouseEnterEvent
  567.         with Flags is $00000004; 
  568.             Commands is [
  569.                 cShowCommand
  570.                 with Flags is $00000004; Target is ob911; end
  571.             ];
  572.         end,
  573.         cMouseLeaveEvent
  574.         with Flags is $00000004; 
  575.             Commands is [
  576.                 cShowCommand
  577.                 with Flags is $00000004; Target is ob911; Mode is Clear; end
  578.             ];
  579.         end,
  580.         cMouseUpEvent
  581.         with Flags is $00000004; Flag is true; 
  582.             Commands is [
  583.                 cBrowseCommand
  584.                 with Flags is $00000004; URL is "e9.k"; end
  585.             ];
  586.         end
  587.     ];
  588. end;
  589.  
  590. object of1024 is cBox
  591. with 
  592.     Name is "f10"; 
  593.     Cursor is oFingerCursor; 
  594.     X is 1; Y is 402; 
  595.     Width is 160; Height is 29; 
  596.     
  597.     
  598.     Events is [
  599.         cMouseEnterEvent
  600.         with 
  601.             Commands is [
  602.                 cShowCommand
  603.                 with Target is ob1012; end
  604.             ];
  605.         end,
  606.         cMouseLeaveEvent
  607.         with 
  608.             Commands is [
  609.                 cShowCommand
  610.                 with Target is ob1012; Mode is Clear; end
  611.             ];
  612.         end,
  613.         cMouseUpEvent
  614.         with Flag is true; 
  615.             Commands is [
  616.                 cBrowseCommand
  617.                 with URL is "e10.k"; end
  618.             ];
  619.         end
  620.     ];
  621. end;
  622.  
  623. object of1125 is cBox
  624. with 
  625.     Flags is $00000150; 
  626.     Name is "f11"; 
  627.     Cursor is oFingerCursor; 
  628.     X is 1; Y is 427; 
  629.     Width is 162; Height is 28; 
  630.     
  631.     
  632.     Events is [
  633.         cMouseEnterEvent
  634.         with Flags is $00000004; 
  635.             Commands is [
  636.                 cShowCommand
  637.                 with Flags is $00000004; Target is ob1113; end
  638.             ];
  639.         end,
  640.         cMouseLeaveEvent
  641.         with Flags is $00000004; 
  642.             Commands is [
  643.                 cShowCommand
  644.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  645.             ];
  646.         end,
  647.         cMouseUpEvent
  648.         with Flags is $00000004; Flag is true; 
  649.             Commands is [
  650.                 cBrowseCommand
  651.                 with Flags is $00000004; URL is "e11.k"; end
  652.             ];
  653.         end
  654.     ];
  655. end;
  656.  
  657. object of1226 is cBox
  658. with 
  659.     Flags is $00000150; 
  660.     Name is "f12"; 
  661.     Cursor is oFingerCursor; 
  662.     X is 1; Y is 457; 
  663.     Width is 162; Height is 42; 
  664.     
  665.     
  666.     Events is [
  667.         cMouseEnterEvent
  668.         with Flags is $00000004; 
  669.             Commands is [
  670.                 cShowCommand
  671.                 with Flags is $00000004; Target is ob1214; end
  672.             ];
  673.         end,
  674.         cMouseLeaveEvent
  675.         with Flags is $00000004; 
  676.             Commands is [
  677.                 cShowCommand
  678.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  679.             ];
  680.         end,
  681.         cMouseUpEvent
  682.         with Flags is $00000004; Flag is true; 
  683.             Commands is [
  684.                 cBrowseCommand
  685.                 with Flags is $00000004; URL is "e12.k"; end
  686.             ];
  687.         end
  688.     ];
  689. end;
  690.  
  691. object oInternet27 is cBox
  692. with 
  693.     Flags is $00000150; 
  694.     Name is "Internet"; 
  695.     Cursor is oEarthCursor; 
  696.     X is 259; Y is 541; 
  697.     Width is 270; Height is 18; 
  698.     
  699.     
  700.     Events is [
  701.         cMouseUpEvent
  702.         with Flags is $00000004; Flag is true; 
  703.             Commands is [
  704.                 cLaunchCommand
  705.                 with Flags is $00000004; URL is "http://disney.go.com/disneypictures/pirates/index.html"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  706.             ];
  707.         end
  708.     ];
  709. end;
  710.  
  711. object ol128 is cBox
  712. with 
  713.     Flags is $00000150; 
  714.     Name is "l1"; 
  715.     Cursor is oFingerCursor; 
  716.     X is 261; Y is 501; 
  717.     Width is 76; Height is 16; 
  718.     
  719.     
  720.     Events is [
  721.         cMouseUpEvent
  722.         with Flags is $00000004; Flag is true; 
  723.             Commands is [
  724.                 cIfCookieCommand
  725.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  726.                     Commands is [
  727.                         cTokenCommand
  728.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  729.                     ];
  730.                 end,
  731.                 cBrowseCommand
  732.                 with Flags is $00000004; URL is "f32.k"; end
  733.             ];
  734.         end
  735.     ];
  736. end;
  737.  
  738. object ol129 is cBox
  739. with 
  740.     Flags is $00000150; 
  741.     release Editor:
  742.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  743.     end;
  744.     Name is "l1"; 
  745.     Cursor is oFingerCursor; 
  746.     X is 224; Y is 518; 
  747.     Width is 68; Height is 21; 
  748.     
  749.     
  750.     Events is [
  751.         cMouseUpEvent
  752.         with Flags is $00000004; Flag is true; 
  753.             Commands is [
  754.                 cIfCookieCommand
  755.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  756.                     Commands is [
  757.                         cTokenCommand
  758.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  759.                     ];
  760.                 end,
  761.                 cBrowseCommand
  762.                 with Flags is $00000004; URL is "f14.k"; end
  763.             ];
  764.         end
  765.     ];
  766. end;
  767.  
  768. object ol130 is cBox
  769. with 
  770.     Flags is $00000150; 
  771.     Name is "l1"; 
  772.     Cursor is oFingerCursor; 
  773.     X is 296; Y is 518; 
  774.     Width is 79; Height is 22; 
  775.     
  776.     
  777.     Events is [
  778.         cMouseUpEvent
  779.         with Flags is $00000004; Flag is true; 
  780.             Commands is [
  781.                 cIfCookieCommand
  782.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  783.                     Commands is [
  784.                         cTokenCommand
  785.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  786.                     ];
  787.                 end,
  788.                 cBrowseCommand
  789.                 with Flags is $00000004; URL is "f7.k"; end
  790.             ];
  791.         end
  792.     ];
  793. end;
  794.  
  795. object ol140 is cBox
  796. with 
  797.     Flags is $00008151; 
  798.     Name is "l1"; 
  799.     Cursor is oFingerCursor; 
  800.     X is 375; Y is 518; 
  801.     Width is 75; Height is 21; 
  802.     
  803.     
  804.     Events is [
  805.         cMouseUpEvent
  806.         with Flags is $00004004; Flag is true; 
  807.             Commands is [
  808.                 cIfCookieCommand
  809.                 with Flags is $00004004; CookieName is "zique"; Value is "oui"; 
  810.                     Commands is [
  811.                         cTokenCommand
  812.                         with Flags is $00004004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  813.                     ];
  814.                 end,
  815.                 cBrowseCommand
  816.                 with Flags is $00004004; URL is "f28.k"; end
  817.             ];
  818.         end
  819.     ];
  820. end;
  821.  
  822. object oBouton_Fiche31 is cImage
  823. with 
  824.     Name is "Bouton Fiche"; 
  825.     Shown is false; Cursor is oFingerCursor; 
  826.     X is 167; Y is 573; 
  827.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  828.     
  829.     URL is "../Images/%E9cran%20fiche.jpg"; 
  830.     
  831.     
  832.     Events is [
  833.         cMouseEnterEvent
  834.         with 
  835.             Commands is [
  836.                 cShowCommand
  837.                 with Target is oTargetSelf; end
  838.             ];
  839.         end,
  840.         cMouseLeaveEvent
  841.         with 
  842.             Commands is [
  843.                 cShowCommand
  844.                 with Target is oTargetSelf; Mode is Clear; end
  845.             ];
  846.         end,
  847.         cMouseUpEvent
  848.         with Flag is true; 
  849.             Commands is [
  850.                 cShowCommand
  851.                 with Target is oFiche_Technique36; Mode is Toggle; end,
  852.                 cEnableCommand
  853.                 with Target is oFiche_Technique36; Mode is Toggle; end
  854.             ];
  855.         end
  856.     ];
  857. end;
  858.  
  859. object oBouton_Imprimer32 is cImage
  860. with 
  861.     Flags is $00000150; 
  862.     Name is "Bouton Imprimer"; 
  863.     Shown is false; Cursor is oFingerCursor; 
  864.     X is 321; Y is 573; 
  865.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  866.     
  867.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  868.     
  869.     
  870.     Events is [
  871.         cMouseEnterEvent
  872.         with Flags is $00000004; 
  873.             Commands is [
  874.                 cShowCommand
  875.                 with Flags is $00000004; Target is oTargetSelf; end
  876.             ];
  877.         end,
  878.         cMouseLeaveEvent
  879.         with Flags is $00000004; 
  880.             Commands is [
  881.                 cShowCommand
  882.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  883.             ];
  884.         end,
  885.         cMouseUpEvent
  886.         with Flags is $00000004; Flag is true; 
  887.             Commands is [
  888.                 cPrintCommand
  889.                 with Target is oTexte_RTF37; end
  890.             ];
  891.         end
  892.     ];
  893. end;
  894.  
  895. object oBouton_Sommaire33 is cImage
  896. with 
  897.     Name is "Bouton Sommaire"; 
  898.     Shown is false; Cursor is oFingerCursor; 
  899.     X is 13; Y is 573; 
  900.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  901.     
  902.     URL is "../Images/%E9cran%20somm.jpg"; 
  903.     
  904.     
  905.     Events is [
  906.         cMouseEnterEvent
  907.         with 
  908.             Commands is [
  909.                 cShowCommand
  910.                 with Target is oTargetSelf; end
  911.             ];
  912.         end,
  913.         cMouseLeaveEvent
  914.         with 
  915.             Commands is [
  916.                 cShowCommand
  917.                 with Target is oTargetSelf; Mode is Clear; end
  918.             ];
  919.         end,
  920.         cMouseUpEvent
  921.         with Flag is true; 
  922.             Commands is [
  923.                 cIfCookieCommand
  924.                 with CookieName is "zique"; Value is "oui"; 
  925.                     Commands is [
  926.                         cTokenCommand
  927.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  928.                     ];
  929.                 end,
  930.                 cBrowseCommand
  931.                 with URL is "sommaire.k"; end
  932.             ];
  933.         end
  934.     ];
  935. end;
  936.  
  937. object oBouton_Photos34 is cImage
  938. with 
  939.     Flags is $00000150; 
  940.     Name is "Bouton Photos"; 
  941.     Shown is false; Cursor is oFingerCursor; 
  942.     X is 475; Y is 573; 
  943.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  944.     
  945.     URL is "../Images/%E9cran%20photo.jpg"; 
  946.     
  947.     
  948.     Events is [
  949.         cMouseEnterEvent
  950.         with Flags is $00000004; 
  951.             Commands is [
  952.                 cShowCommand
  953.                 with Flags is $00000004; Target is oTargetSelf; end
  954.             ];
  955.         end,
  956.         cMouseLeaveEvent
  957.         with Flags is $00000004; 
  958.             Commands is [
  959.                 cShowCommand
  960.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  961.             ];
  962.         end,
  963.         cMouseUpEvent
  964.         with Flags is $00000004; Flag is true; 
  965.             Commands is [
  966.                 cBrowseCommand
  967.                 with URL is "e10s.k"; end
  968.             ];
  969.         end
  970.     ];
  971. end;
  972.  
  973. object oBouton_Vid_o35 is cImage
  974. with 
  975.     Flags is $00000150; 
  976.     Name is "Bouton Vid\$E9o"; 
  977.     Shown is false; Cursor is oFingerCursor; 
  978.     X is 629; Y is 573; 
  979.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  980.     
  981.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  982.     
  983.     
  984.     Events is [
  985.         cMouseEnterEvent
  986.         with Flags is $00000004; 
  987.             Commands is [
  988.                 cShowCommand
  989.                 with Flags is $00000004; Target is oTargetSelf; end
  990.             ];
  991.         end,
  992.         cMouseLeaveEvent
  993.         with Flags is $00000004; 
  994.             Commands is [
  995.                 cShowCommand
  996.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  997.             ];
  998.         end,
  999.         cMouseUpEvent
  1000.         with Flags is $00000004; Flag is true; 
  1001.             Commands is [
  1002.                 cRunCommand
  1003.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1004.                 cEnableCommand
  1005.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1006.                 cShowCommand
  1007.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1008.                 cDragCommand
  1009.                 with Flags is $00000004; Target is ovid_o38; Mode is DragTo; end,
  1010.                 cGrowCommand
  1011.                 with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  1012.                 cShowCommand
  1013.                 with Flags is $00000004; Target is ovid_o38; end,
  1014.                 cEnableCommand
  1015.                 with Flags is $00000004; Target is ovid_o38; end,
  1016.                 cRunCommand
  1017.                 with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1018.                 cEnableCommand
  1019.                 with Flags is $00000004; Target is oglobal39; end
  1020.             ];
  1021.         end
  1022.     ];
  1023. end;
  1024.  
  1025. object oFiche_Technique36 is cImage
  1026. with 
  1027.     Flags is $00000150; 
  1028.     Name is "Fiche Technique"; 
  1029.     Region is {$FFFF000A,$00010000,$01AC0188};
  1030.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1031.     X is 132; Y is 41; 
  1032.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1033.     
  1034.     URL is "../Images/t10.jpg"; 
  1035.     
  1036.     
  1037.     Events is [
  1038.         cMouseUpEvent
  1039.         with Flags is $00000004; Flag is true; 
  1040.             Commands is [
  1041.                 cShowCommand
  1042.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end,
  1043.                 cEnableCommand
  1044.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end
  1045.             ];
  1046.         end
  1047.     ];
  1048. end;
  1049.  
  1050. object oTexte_RTF37 is cRTFText
  1051. with 
  1052.     Flags is $00000550; 
  1053.     Name is "Texte RTF"; 
  1054.     Enabled is false; Shown is false; 
  1055.     Y is -160; 
  1056.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1057.     
  1058.     URL is "../Textes/s10.rtf"; 
  1059.     
  1060.     
  1061. end;
  1062.  
  1063. object ovid_o38 is cMPEGMovie
  1064. with 
  1065.     Flags is $00000110; 
  1066.     Name is "vid\$E9o"; 
  1067.     Shown is false; Cursor is oFingerCursor; 
  1068.     X is 599; Y is 418; 
  1069.     Width is 192; Height is 144; 
  1070.     
  1071.     URL is "../Videos/s10.mpg"; 
  1072.     Events is [
  1073.         cMouseUpEvent
  1074.         with Flags is $00000004; Flag is true; 
  1075.             Commands is [
  1076.                 cRunCommand
  1077.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1078.                 cEnableCommand
  1079.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1080.                 cShowCommand
  1081.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1082.                 cDragCommand
  1083.                 with Flags is $00000004; Target is ovid_o38; Mode is DragTo; end,
  1084.                 cGrowCommand
  1085.                 with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  1086.                 cShowCommand
  1087.                 with Flags is $00000004; Target is ovid_o38; end,
  1088.                 cEnableCommand
  1089.                 with Flags is $00000004; Target is ovid_o38; end,
  1090.                 cRunCommand
  1091.                 with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1092.                 cEnableCommand
  1093.                 with Flags is $00000004; Target is oglobal39; end
  1094.             ];
  1095.         end,
  1096.         cFinishedEvent
  1097.         with Flags is $00000004; 
  1098.             Commands is [
  1099.                 cPixelTool_IfSystemCommand
  1100.                 with Flags is $00000004; 
  1101.                     Commands is [
  1102.                         cDragCommand
  1103.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1104.                         cGrowCommand
  1105.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1106.                         cEnableCommand
  1107.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1108.                         cShowCommand
  1109.                         with Flags is $00000004; Target is ovid_o38; end,
  1110.                         cEnableCommand
  1111.                         with Flags is $00000004; Target is ovid_o38; end,
  1112.                         cRunCommand
  1113.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  1114.                     ];
  1115.                 end,
  1116.                 cPixelTool_IfSystemCommand
  1117.                 with Flags is $00000004; SetMode is IsWinTest; 
  1118.                     Commands is [
  1119.                         cDragCommand
  1120.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1121.                         cGrowCommand
  1122.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1123.                         cEnableCommand
  1124.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1125.                         cShowCommand
  1126.                         with Flags is $00000004; Target is ovid_o38; end,
  1127.                         cEnableCommand
  1128.                         with Flags is $00000004; Target is ovid_o38; end,
  1129.                         cRunCommand
  1130.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  1131.                     ];
  1132.                 end
  1133.             ];
  1134.         end
  1135.     ];
  1136. end;
  1137.  
  1138. object oglobal39 is cBox
  1139. with 
  1140.     Flags is $00000150; 
  1141.     Name is "global"; 
  1142.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1143.     
  1144.     Width is 800; Height is 600; 
  1145.     
  1146.     
  1147.     Events is [
  1148.         cMouseUpEvent
  1149.         with Flag is true; 
  1150.             Commands is [
  1151.                 cPixelTool_IfSystemCommand
  1152.                 with Flags is $00000004; 
  1153.                     Commands is [
  1154.                         cShowCommand
  1155.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1156.                         cRunCommand
  1157.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1158.                         cEnableCommand
  1159.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1160.                         cEnableCommand
  1161.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1162.                         cDragCommand
  1163.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1164.                         cGrowCommand
  1165.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1166.                         cShowCommand
  1167.                         with Flags is $00000004; Target is ovid_o38; end,
  1168.                         cRunCommand
  1169.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1170.                         cEnableCommand
  1171.                         with Flags is $00000004; Target is ovid_o38; end
  1172.                     ];
  1173.                 end,
  1174.                 cPixelTool_IfSystemCommand
  1175.                 with Flags is $00000004; SetMode is IsWinTest; 
  1176.                     Commands is [
  1177.                         cShowCommand
  1178.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1179.                         cRunCommand
  1180.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1181.                         cEnableCommand
  1182.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1183.                         cEnableCommand
  1184.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1185.                         cDragCommand
  1186.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1187.                         cGrowCommand
  1188.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1189.                         cShowCommand
  1190.                         with Flags is $00000004; Target is ovid_o38; end,
  1191.                         cRunCommand
  1192.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1193.                         cEnableCommand
  1194.                         with Flags is $00000004; Target is ovid_o38; end
  1195.                     ];
  1196.                 end
  1197.             ];
  1198.         end
  1199.     ];
  1200. end;